[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+--------+#################################################################
#+-| @...?? |---------------------------------+###############################
#| +--------+ The @...?? subcommand functions |###############################
#|            identically to the ?? command   |###############################
#+--------------------------------------------+###############################
##############################################################################
##############################################################################
#+--| Syntax |---------------------------+####################################
#|     @<Int-exp,Int-exp> ?? <C-exp>     |####################################
#+---------------------------------------+####################################
##############################################################################
##############################################################################
#########+---| Description |-----------------------------------------+########
#########| The @...?? subcommand functions identically to the ??     |########
#########| command.  This method of encoding provides for efficient  |########
#########| screen output, ?? is MUCH smaller and faster than SAY     |########
#########| because of the formatting requirements attached to the    |########
#########| SAY subcommand.                                           |########
#########| --------------------------------------------------------- |########
#########| The output of the @...?? command is sent through the same |########
#########| I/O system as the ? command instead of the I/O system of  |########
#########| the @...SAY command.  This means any output through the   |########
#########| @...?? command can be redirected to an alternate file.    |########
#########+-----------------------------------------------------------+########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    String length takes precedence over the @S          |#########
#########| *    function if it is less than the width               |#########
#########| *    specified by @S<Uint-const>                         |#########
#########|                                                          |#########
#########| @ 1,1 SAY "david" PICTURE "@S50"                         |#########
#########| ?? "Where will this be?"                                 |#########
#########|                                                          |#########
#########| Output:                                                  |#########
#########| davidWhere will this be?                                 |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: ? @ @...SAY
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson